home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Advisor 2007 June
/
PC Advisor 2007 June.iso
/
GTours
/
Passage of Mercury.gt5
< prev
next >
Wrap
Text File
|
2003-09-07
|
2KB
|
71 lines
OpenWorkspace "transit.ws5"
'---- standard prologue
Set wnd = getWindow(1)
Set Camera = wnd.camera
Set theTime = camera.time
Set Direction = camera.Direction
Set Location = camera.Location
Set flt = wnd.Filters
Set objects = flt.objects
Set Sky = flt.SkyChart
'---- end standard prologue'
wnd.MDIWindow.State = SW_MAXIMIZE
Set obj_l = Location.CentralObject
set obj_d=Direction.Object
set pl =PlayerWindow
pl.top=0
pl.left=0
set txt1 = CreateTextWindow
'txt1.Locate 0,450,450,100
txt1.Locate 0,Screen.height-115,450,100
txt1.LoadFile "Transit_M1.html"
txt1.Show
settimemark
'pause 4000
theTime.Forward
WaitFrames 25 : theTime.Stop
waitfortime 8000
txt1.LoadFile "Transit_M2.html"
txt1.Locate 0,Screen.height-130,450,115
theTime.Forward
WaitFrames 28 : theTime.Stop
Direction.Zoom = 1.00000000000000E+000
Location.Lattitude = 1.57079632679485E+000
Location.Longitude = 3.92699081698713E+000
objects.planets.Magnification(1)=10
objects.planets.Magnification(3)=1 : UpdateWindows
theTime.Units = 1
theTime.step = 1.00000000000000E+000
theTime.Forward
WaitFrames 15 : theTime.Stop
waitfortime 11000
theTime.TimeZone = 0.00000000000000E+000
objects.planets.Label(1)=False
objects.planets.Label(10)=False
objects.planets.orbit(1)=False
objects.planets.Magnification(1)=1
Location.SetLocParams 0, 2, 2
obj_l.ObjectType=&H706C6E74
obj_l.ObjectID = 3
Location.CentralObject=obj_l
'obj_d.objectType = &H706C6E74
'obj_d.objectID = 1
'Direction.Object=obj_d
' Direction.lock = 1
Direction.Zoom = 5.00000000000000E+001
objects.planets.Magnification(1)=5 : UpdateWindows
theTime.Units = 3
theTime.step = 3.00000000000000E+000
'pause 2000
txt1.LoadFile "Transit_M3.html"
txt1.Locate 0,Screen.height-285,485,275
theTime.JDstr = "2452766.71731" : UpdateWindows
theTime.Forward
WaitFrames 118 : theTime.Stop
waitfortime 8000
txt1.Close
' end recording